Click or drag to resize

RequestEventArgs Class

Provides data for the [!:ReceiveRequest] event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Independentsoft.SipRequestEventArgs

Namespace:  Independentsoft.Sip
Assembly:  Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntax
public class RequestEventArgs : EventArgs

The RequestEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodRequestEventArgs
Initializes a new instance of the RequestEventArgs class.
Top
Properties
  NameDescription
Public propertyRequest
Gets the current request.
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also